|
|
@@ -8,32 +8,32 @@ Huginn is a system for building agents that perform automated tasks for you onli
|
8
|
8
|
|
9
|
9
|

|
10
|
10
|
|
11
|
|
-#### Here are some of the things that you can do with Huginn right now:
|
|
11
|
+#### Here are some of the things that you can do with Huginn:
|
12
|
12
|
|
13
|
13
|
* Track the weather and get an email when it's going to rain (or snow) tomorrow ("Don't forget your umbrella!")
|
14
|
|
-* List terms that you care about and receive emails when their occurrence on Twitter changes. (For example, want to know when something interesting has happened in the world of Machine Learning? Huginn will watch the term "machine learning" on Twitter and tell you when there is a large spike.)
|
|
14
|
+* List terms that you care about and receive emails when their occurrence on Twitter changes. (For example, want to know when something interesting has happened in the world of Machine Learning? Huginn will watch the term "machine learning" on Twitter and tell you when there is a spike in discussion.)
|
15
|
15
|
* Watch for air travel or shopping deals
|
16
|
16
|
* Follow your project names on Twitter and get updates when people mention them
|
17
|
17
|
* Scrape websites and receive emails when they change
|
18
|
18
|
* Connect to Adioso, HipChat, Basecamp, Growl, FTP, IMAP, Jabber, JIRA, MQTT, nextbus, Pushbullet, Pushover, RSS, Bash, Slack, StubHub, translation APIs, Twilio, Twitter, Wunderground, and Weibo, to name a few.
|
19
|
|
-* Compose digest emails about things you care about to be sent at specific times of the day
|
|
19
|
+* Send digest emails with things that you care about at specific times during the day
|
20
|
20
|
* Track counts of high frequency events and send an SMS within moments when they spike, such as the term "san francisco emergency"
|
21
|
21
|
* Send and receive WebHooks
|
22
|
|
-* Run arbitrary JavaScript Agents on the server
|
|
22
|
+* Run custom JavaScript or CoffeeScript functions
|
23
|
23
|
* Track your location over time
|
24
|
24
|
* Create Amazon Mechanical Turk workflows as the inputs, or outputs, of agents (the Amazon Turk Agent is called the "HumanTaskAgent"). For example: "Once a day, ask 5 people for a funny cat photo; send the results to 5 more people to be rated; send the top-rated photo to 5 people for a funny caption; send to 5 final people to rate for funniest caption; finally, post the best captioned photo on my blog."
|
25
|
25
|
|
26
|
26
|
[](https://gitter.im/cantino/huginn?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
27
|
27
|
|
28
|
|
-Follow [@tectonic](https://twitter.com/tectonic) for updates as Huginn evolves, and join us in our [Gitter room](https://gitter.im/cantino/huginn) to discuss the project.
|
|
28
|
+Join us in our [Gitter room](https://gitter.im/cantino/huginn) to discuss the project and follow [@tectonic](https://twitter.com/tectonic) for updates as Huginn evolves.
|
29
|
29
|
|
30
|
|
-### We need your help!
|
|
30
|
+### Join us!
|
31
|
31
|
|
32
|
|
-Want to help with Huginn? All contributions are encouraged! You could make UI improvements, [add new Agents](https://github.com/cantino/huginn/wiki/Creating-a-new-agent), write documentation and tutorials, or try tackling [issues tagged with #help-wanted](https://github.com/cantino/huginn/issues?direction=desc&labels=help-wanted&page=1&sort=created&state=open).
|
|
32
|
+Want to help with Huginn? All contributions are encouraged! You could make UI improvements, [add new Agents](https://github.com/cantino/huginn/wiki/Creating-a-new-agent), write [documentation and tutorials](https://github.com/cantino/huginn/wiki), or try tackling [issues tagged with #help-wanted](https://github.com/cantino/huginn/issues?direction=desc&labels=help-wanted&page=1&sort=created&state=open). Please fork, add specs, and send pull requests!
|
33
|
33
|
|
34
|
|
-Really want an issue fixed/feature implemented? Or maybe you just want to solve some community issues and earn some extra coffee money? Then you should take a look at the [current bounties on Bountysource](https://www.bountysource.com/trackers/282580-huginn).
|
|
34
|
+Really want a fix or feature? Want to solve some community issues and earn some extra coffee money? Take a look at the [current bounties on Bountysource](https://www.bountysource.com/trackers/282580-huginn).
|
35
|
35
|
|
36
|
|
-Have an awesome an idea but not feeling quite up to contributing yet? Head over to our [Official 'suggest an agent' thread ](https://github.com/cantino/huginn/issues/353) and tell us about your cool idea!
|
|
36
|
+Have an awesome idea but not feeling quite up to contributing yet? Head over to our [Official 'suggest an agent' thread ](https://github.com/cantino/huginn/issues/353) and tell us!
|
37
|
37
|
|
38
|
38
|
## Examples
|
39
|
39
|
|
|
|
@@ -102,15 +102,5 @@ We assume your deployment will run over SSL. This is a very good idea! However,
|
102
|
102
|
|
103
|
103
|
Huginn is provided under the MIT License.
|
104
|
104
|
|
105
|
|
-## Community
|
106
|
|
-Huginn has its own IRC channel on freenode: #huginn.
|
107
|
|
-Some of us are hanging out there, come and say hello.
|
108
|
|
-
|
109
|
|
-## Contribution
|
110
|
|
-
|
111
|
|
-Huginn is a work in progress and is just getting started. Please get involved! You can [add new Agents](https://github.com/cantino/huginn/wiki/Creating-a-new-agent), expand the [Wiki](https://github.com/cantino/huginn/wiki), or help us simplify and strengthen the Agent API or core application.
|
112
|
|
-
|
113
|
|
-Please fork, add specs, and send pull requests!
|
114
|
|
-
|
115
|
105
|
[](https://travis-ci.org/cantino/huginn) [](https://coveralls.io/r/cantino/huginn) [](https://bitdeli.com/free "Bitdeli Badge") [](https://gemnasium.com/cantino/huginn) [](https://www.bountysource.com/trackers/282580-huginn?utm_source=282580&utm_medium=shield&utm_campaign=TRACKER_BADGE)
|
116
|
106
|
|